projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5c1be
)
Documentation enhancements with regards to code checking. (thanks schickm)
author
Fabián Ezequiel Gallina
<fgallina@cuca>
Thu, 17 May 2012 03:03:14 +0000
(
00:03
-0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Thu, 17 May 2012 03:03:14 +0000
(
00:03
-0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 2f0393deb6500588a5c14757f071ed93592e811d..884a84c382a4eaccf62a4cb1099264a928d903ae 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-116,8
+116,8
@@
;; out of the box. This feature needs an inferior python shell
;; running.
-;; Code check: Check the current file for errors
using
-;;
`python-check-command'
+;; Code check: Check the current file for errors
with `python-check'
+;;
using the program defined in `python-check-command'.
;; Eldoc: returns documentation for object at point by using the
;; inferior python subprocess to inspect its documentation. As you